home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap16 / dun16_5.txt < prev    next >
Encoding:
Text File  |  1997-12-18  |  281 b   |  12 lines

  1. function displayHelp(topic)
  2. {
  3.   if (topic == 'general')
  4.     window.status = 'Enter values into the form.';
  5.  
  6.   if (topic == 'password')
  7.     window.status = 'Enter your user password in this field.';
  8.  
  9.   event.cancelBubble = true;
  10.   event.returnValue = false;
  11. }
  12.